projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9431585
)
(update_frame_tool_bar): Initialize h/vmargin to 0.
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 31 Jan 2007 17:56:21 +0000
(17:56 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 31 Jan 2007 17:56:21 +0000
(17:56 +0000)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index fe1eb6cdfdb4b52885aab7939117f3fe4df054a0..fa8e91546ce2b22867ca13c6b5bd825556898365 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-3687,7
+3687,7
@@
update_frame_tool_bar (f)
int i;
GtkRequisition old_req, new_req;
struct x_output *x = f->output_data.x;
- int hmargin
, vmargin
;
+ int hmargin
= 0, vmargin = 0
;
GtkToolItem *ti;
if (! FRAME_GTK_WIDGET (f))